home *** CD-ROM | disk | FTP | other *** search
- Date: 2 Jan 1996 14:25:14 EST
- Path: gcomm.com!loople
- Newsgroups: comp.lang.c
- From: loople@gcomm.com (Mike Lopier)
- Message-ID: <8206107149101@demosys.gcomm.com>
- Organization: Galacticomm, Inc.
- Subject: I need help with a compiler
-
-
- I am trying to *learn* C so i bought 2 books, 1 for learning C and
- another to move from C to C++, one of them came with a compiler called
- GNU but I write a simple program like:
-
- #include <iostream.h>
- main ()
- {
- cout "Hello";
- }
-
-
- And when i tried to compile it I get a Iostream.h -- file not found
-
- Well i've copied the .cpp, the iostream.h, and teh compiler all into the
- same directory and it still gave me that error. I've even put it in the
- path but still it keeps saying 'file not found'...There are no options
- for 'path of header files' or something...it is a command line
- compiler..So i am thouroughly confused and frustrated. If anyone out
- there knows why even though i know that i didn't give you enough info
- that's all i can come up with and I have no idea why it won't work.
-